Skip to content

Overhaul builder UX with walkthrough mode, dropdown selector, and legacy route - #73

Draft
ikrdikhit with Copilot wants to merge 2 commits into
mainfrom
copilot/build-cinematic-walkthrough-mode
Draft

Overhaul builder UX with walkthrough mode, dropdown selector, and legacy route#73
ikrdikhit with Copilot wants to merge 2 commits into
mainfrom
copilot/build-cinematic-walkthrough-mode

Conversation

Copilot AI commented May 25, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR introduces a walkthrough-first builder experience and archives the previous simple experience behind a legacy route.

Changes

  • Added new legacy archive page at /builder/legacy that mounts BuilderApp in legacy simple mode.
  • Converted builder modes to walkthrough | simple | advanced.
  • Replaced segmented ModeToggle with a dropdown menu styled for the existing dark/amber theme.
  • Added walkthrough components:
    • WalkthroughLayout
    • StepIndicator
    • SkeletonLayoutSelector
    • RevealAndExport
  • Updated BuilderApp routing logic to render walkthrough or studio layout based on selected mode while preserving shared editor/config state.
  • Set /build to default to walkthrough mode.
  • Kept advanced mode studio behavior intact; preserved old simple behavior via legacySimple for the legacy route.
  • Stripped down the new simple studio mode by hiding command/search/shortcut/sidebar/zoom chrome.

Validation

  • npm run build
  • npm run test
  • parallel_validation (Code Review + CodeQL) ✅ (no issues)

Notes

  • Build shows a non-blocking Vite warning because ExportPopover is dynamically imported in studio mode and statically imported in walkthrough reveal mode; behavior remains functional.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 25, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
posterium-frontend cd2c085 Commit Preview URL

Branch Preview URL
May 25 2026, 04:04 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants